home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / -I-Sight / 00030.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  191 b   |  11 lines

  1. on exitFrame
  2.   set the soundLevel to 2
  3.   set theDelay to random(3)
  4.   startTimer()
  5.   repeat while the timer < theDelay
  6.     nothing()
  7.   end repeat
  8.   set the soundLevel to 7
  9.   go(the frame)
  10. end
  11.